home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Professional Soft Collection 1.02
/
Professional Soft Collection 1.02.iso
/
communic
/
bitfax.300
/
disk1
/
wyse50.em_
/
wyse50.bin
Wrap
Text File
|
1994-04-19
|
3KB
|
135 lines
INITIAL
{ Last update for version 4.0: Dec 20, 1990}
z#origin(1)
z#awrap(0)
z#setatt(31) { [Tain] change from 1 to 31 on 11/12/90 }
z#setmar(1,@mrow)
z#setins(0)
z#scroll(1)
@uparr = '"$0b"'
@dnarr = '"$0a"'
@riarr = '"$0c"'
@lfarr = '"$08"'
@home = '"$1e"'
@pgup = '"$1bJ"'
@pgdn = '"$1bK"'
@end = '"$05"'
@ins = '"$06"'
@del = '"$04"'
@bs = '"$7f"'
@f1 = '"$01@@$0d"'
@f2 = '"$01A$0d"'
@f3 = '"$01B$0d"'
@f4 = '"$01C$0d"'
@f5 = '"$01D$0d"'
@f6 = '"$01E$0d"'
@f7 = '"$01F$0d"'
@f8 = '"$01G$0d"'
@f9 = '"$01H$0d"'
@f10 = '"$01I$0d"'
{ @f11 }
{ @f12 }
END
INBUFFER
0x8D 0x0D
0x00 NUL
0x08 BS2
0x0b LF
0x0c FF
0x1a CAN
0x7f NUL
END
INBUFFER2
0x00 NUL
0x08 BS2
0x0b LF
0x0c FF
0x0d NUL { 6-89 added }
0x1a CAN
0x7f NUL
0x30 0xC2
0x31 0xC0
0x32 0xDA
0x33 0xBF
0x34 0xC3
0x35 0xD9
0x36 0xB3
0x37 0xDB
0x38 0xC5
0x39 0xB4
0x3A 0xC4
0x3B 0xB1
0x3C 0xCD
0x3D 0xC1
0x3E 0xBA
0x3F 0xB2
END
OUTBUFFER
END
HOSTCODE
~3 z#setflg(a,5) { application key mode on }
~2 z#setflg(a,4) { application key mode off }
d/ z#awrap(0) { end of line wrap on }
e: z#tabcla
e4 z#lfnl(2) { receive CR mode off }
e5 z#lfnl(1) { receive CR mode on }
$1E poscur(1,1)
{ poscur(1,1)
=%r%c poscur(expr(%c-31),expr(%r-31))
a\rR\cC poscur(\\c,\\r)
* poscur(1,1);z#clreos
+ poscur(1,1);z#clreos
T z#Clreol
t z#Clreol
Y z#Clreos
y z#Clreos
R z#dellin(1)
E z#inslin(1)
W z#del(1)
( z#Setatt(31) { [Tain] changed from 15 to 20 on 11/12/90. }
) z#setatt(20) { [Tain] changed from 7 to 31 on 11/12/90. }
`0 cursize(9,9) { cursor display off }
`1 cursize(0,8) { cursor display on }
`8
`9
`: dos("setmax -ammon -c80 -r25 -mmono"); { set 80-column display }
`; @maxrow=44;dos("setmax -ammon -c132 -r44 -mmono");
G0 z#setatt(7)
G2 z#setatt(128)
G4 z#setatt(112)
G6 z#setatt(112)
G8 z#setatt(1)
G?
G< z#setatt(112);z#setatt(01)
G> z#setatt(112);z#setatt(128);z#setatt(1)
G:
G;
N z#scroll(0)
O z#scroll(1)
H$02 z#setbuf(2,1) { 6-89 modified }
H$03 z#setbuf(1,1) { 6-89 modified }
z(
Z(
x
F
]
}
P
$20 "50$0D"
0 z#tabcla { clear all tab stops }
1 z#tabset { set tab stop }
2 z#tabclr { clear tab stop }
; poscur(1,1);z#Clreos;poscur(1,1); { [Tain] added on 11/12/90 }
'
C
X
H: type("─");{ [Tain] added on 11/12/90. }
H6 type("│");{ [Tain] added on 11/12/90. }
H5 type("┘");{ [Tain] added on 11/12/90. }
H3 type("┐");{ [Tain] added on 11/12/90. }
H1 type("└");{ [Tain] added on 11/12/90. }
H2 type("┌");{ [Tain] added on 11/12/90. }
'1 twait(1,"sec")
END